cody - HTMLify profile

cody
4270 Files
643245 Views
Latest files of /cody/frontendcharm/Mini-Projects/HOVERS EFFECTS/Anchor Link Hover Effects/Text Swapping Effect
style.css
cody/frontendcharm/Mini-Projects/HOVERS EFFECTS/Anchor Link Hover Effects/Text Swapping Effect/style.css
body {
display: grid;
place-items: center;
height: 100vh;
background: #151515;
font-family: "Poppins", sans-serif;
font-size: 27px;
font-weight: 700;
display: grid;
place-items: center;
height: 100vh;
background: #151515;
font-family: "Poppins", sans-serif;
font-size: 27px;
font-weight: 700;
index.html
cody/frontendcharm/Mini-Projects/HOVERS EFFECTS/Anchor Link Hover Effects/Text Swapping Effect/index.html
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Text Swapping Effect</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Text Swapping Effect</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>